* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: sans-serif;
    }
    .container-fluid {
      background-color: white;
      background-image: url('image/banner-bg.webp');
      padding: 10px 0px;
    }
    .collapse {
      float: right;    
    }
    .nav li a {
      font-weight: 700;
      font-size: 15px;
      color: black !important;
    }

    .nav li a:hover {
      color: #f44556 !important;
      font-weight: 900;
      transition: 0.7s ease-in;
    }
    .navbar-inverse{
      border: 0px !important;
    }
    .navbar-brand {
      margin-left: 10px !important;
    }
    .navbar{
        position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999;
  margin-bottom: 0px !important;
      
    }
    .navbar {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.5s ease;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

/* Shrink and center on scroll */
.navbar.scrolled {
  width: 70%;
  left: 50%;
  transform: translateX(-50%); /* Centers the navbar */
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}
.navbar.scrolled:hover{
  opacity: 1;
  width: 100%;
}
/* Curved when scrolled */
.navbar.scrolled {
  border-radius: 0 0 30px 30px; /* curved bottom */
  background: rgba(255, 255, 255, 0.3); /* slightly more visible */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* optional shadow */
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
      background-color: rgba(255, 255, 255, 0);
    }
    .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: rgba(255, 255, 255, 0);
}
    .navbar-inverse {
      border-color: white;
      border-bottom: 2px solid;
      margin: 0px;
    }
    .navbar {
  transition: all 0.5s ease;
}

/* When scrolled */
.navbar.scrolled {
  border-radius: 0 0 30px 30px; /* Curved bottom */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Optional shadow */
}
.contact {
  background: linear-gradient(135deg, #fdfbfb, #ebedee);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 50px;
  gap: 60px;
  flex-wrap: wrap;
}

.details {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.details .subtitle {
  color: #f44556;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.details h2 {
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #333;
}

.details .description {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

.info p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.info i {
  color: #f44556;
  margin-right: 10px;
  font-size: 18px;
}

.cimage {
  width: 40%;
  display: flex;
  justify-content: center;
}

.cimage img {
  width: 100%;
  max-width: 400px;
  transition: transform 0.3s ease;
}

.cimage img:hover {
  transform: scale(1.05);
}


.about {
  background: linear-gradient(135deg, #fdfbfb, #ebedee);
  padding: 0px 20px 80px 20px;
  text-align: center;
  overflow: hidden;
}

.about h1 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 40px;
  color: #f44556;
  letter-spacing: 3px;
}

.about h1 span {
  opacity: 0;
  display: inline-block;
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.treat {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  padding: 40px 60px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  
}
.treat p {
  color: #333;
  line-height: 1.8;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

h1 span {
  opacity: 0;
  display: inline-block;
  animation: fadeIn 0.5s forwards;  
}
h1{
  text-align: center;
  margin-top: 0px !important;
  padding-top: 50px;
}
@keyframes fadeIn {
  to { opacity: 1; transform: translateY(0); }
  from { opacity: 0; transform: translateY(20px); }
}
.reviews{
  border: 0.1px solid #f44556;
  
}
.divid{
  padding: 0px 200px;
}
.reviews{
  padding: 100px;
}
.slider {
  position: relative;
  width: 400px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  font-size: 2rem;
}

.slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
}
.slide.active {
  opacity: 1;
}
.review {
  padding: 50px 0;
}
.review h1 {
  font-size: 2.7rem;
  margin-bottom: 30px;
}
.divid {
  display: flex;
  justify-content: center;
}
.reviews {
  width: 500px;
  position: relative;
  overflow: hidden;
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  font-size: 1.2rem;
  color: #333;
}
.reviews:hover{
  background-color: #f44556;
  color: white;
  transition-duration: 1.1s;
}
.review-text {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.review-text.active {
  display: block;
  opacity: 1;
}
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
}
.prev { left: -40px; }
.next { right: -40px; }
.location-section {
  padding: 60px 0;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
}
.location-section h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  color: #333;
}
.location-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.location-details {
  max-width: 350px;
  text-align: left;
}
.location-details h3 {
  color: #f44556;
  margin-bottom: 15px;
}
.location-details p {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}
.location-details i {
  color: #f44556;
  margin-right: 8px;
}
.location-map {
  flex: 1;
  min-width: 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.location-details a{
  padding: 12px 20px;
  background-color: #f44556;
  margin-top: 30px;
  display: inline-block;
  color: white;
  text-decoration: none;
}
.location-details a:hover{
  background-color: white;
  color: #f44556;
  border: 1px solid #f44556;
  transition-duration: 1s;
  text-decoration: none;
  border-radius: 10px;
}
.review{
  background-image: url('image/czNmcy1wcml2YXRlL3Jhd3BpeGVsX2ltYWdlcy93ZWJzaXRlX2NvbnRlbnQvbHIvdjU0NmJhdGNoMy1teW50LTM0LWJhZGdld2F0ZXJjb2xvcl8xLmpwZw.webp');
  background-attachment: fixed;
  width: 100%;
  background-size: cover;
  height: 400px;
}
.social{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.links{
  color: black;
  text-align: center;
}

.icon{
  width: 100%;
  display: flex;
  justify-content: center;
}
.icon a i{
  font-size: 50px;
  color: #444;
}
.location-details {
  opacity: 0;
  transform: translateX(-300px);
  transition: opacity 1s ease, transform 2s ease;
  position: relative;
  /* Initial state */
}
.location-details.active {
  opacity: 1;
  transform: translateX(0);    
  /* Final state - visible and at the correct position */
}
.location-map {
  opacity: 0;
  transform: translateY(300px);
  transition: opacity 1s ease, transform 2s ease;
  position: relative; 
}
.location-map.active {
  opacity: 1;
  transform: translateX(0);
}
.links{
  padding-bottom: 40px;
}
.links h2{
  margin-bottom: 50px;
  margin-top: 50px;
}
.icon a i:hover .icon{
  color: #f44556;
  
}
.navbar-brand{
  color: #f44556 !important;
}
@media screen and (max-width:600px){
  .contact{
    padding: 100px 10px;
  }
  .collapse{
            float: none;
        }
  .social{
    margin: 0px 30px !important;
  }      
}
.reviews p{
  font-size: 14px;
}
.divid a{
  text-decoration: none;
}
.social{
  margin: 0px 200px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);

}
.icon:hover a i{
  color: #f44556;
  font-weight: 900;
  transition-duration: 0.9s;
}
.icon:hover{
  background-color: #aea8a8;
  transition-duration: 0.9s;
  border-radius: 10px;
}
.social .icon{
  padding: 40px 0px;
}

.footer {
      background-image: url('image/footer_bg_1.jpg');
      color: white;
      padding: 40px 20px 20px;
    }

    .footer-container {
      max-width: 1200px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-column {
      flex: 1;
      min-width: 200px;
      margin: 10px;
    }

    .footer h4 {
      font-size: 18px;
      margin-bottom: 15px;
      border-bottom: 2px solid #f7931e;
      display: inline-block;
      padding-bottom: 5px;
      color: #f44556;
    }

    .footer p, .footer a {
      color: #000000;
      font-size: 14px;
      text-decoration: none;
      margin: 6px 0;
      display: block;
    }

    .footer a:hover {
      color: #f7931e;
    }

    .social-icons {
      margin-top: 10px;
    }

    .social-icons a {
      color: white;
      margin-right: 10px;
      font-size: 16px;
    }

    .social-icons a:hover {
      color: #f7931e;
    }

    .footer-bottom {
      text-align: center;
      padding: 15px 0 0;
      color: #888;
      border-top: 1px solid #333;
      font-size: 13px;
    }